Hip_D3D11_IndexBufferObject

Undocumented in source.

Constructors

this
this(uint count, HipBufferUsage usage)
Undocumented in source.

Members

Functions

bind
void bind()
Undocumented in source. Be warned that the author may not have intended to support it.
createBuffer
void createBuffer(uint count, void* data)
Undocumented in source. Be warned that the author may not have intended to support it.
setData
void setData(index_t[] data)

If the count is 0, it means that it should create the vertex buffero with its creation size

unbind
void unbind()
Undocumented in source. Be warned that the author may not have intended to support it.
updateData
void updateData(int offset, index_t[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

buffer
ID3D11Buffer buffer;
Undocumented in source.
count
uint count;
Undocumented in source.
size
ulong size;
Undocumented in source.
usage
D3D11_USAGE usage;
Undocumented in source.

Inherited Members

From IHipIndexBufferImpl

bind
void bind()
Undocumented in source.
unbind
void unbind()
Undocumented in source.
setData
void setData(index_t[] data)
Undocumented in source.
updateData
void updateData(int offset, index_t[] data)
Undocumented in source.

Meta